SftTree/NET 2.0

Rows Property, FootersClass Class

Softel vdm, Inc.

Defines the number of rows in the footer area.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Rows As Integer

C#   

public int Rows { get; set; }

C++   

public: property int Rows {
        int get();
        void set(int value);
}

Property Value

The number of rows.

The default value is 1.

Comments

The Rows property defines the number of rows in the footer area.

Each row in the column footer area is represented by an item (of type ItemClass) which contains cells.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com